Early Preview

This is currently very much a preview. Please feel free to try things out, but don't be upset if anything is not yet working. Feedback is welcome over on our GitHub Dicussions page.

class System.​Text.​Json.​Serialization.​ReferenceHandler<​T>

Assembly: System.Text.Json

Inheritance: object → ReferenceHandler → ReferenceHandler

Defines how the <see cref="T:System.Text.Json.JsonSerializer" /> deals with references on serialization and deserialization.

Methods

CreateResolver​()
Creates a new <see cref="T:System.Text.Json.Serialization.ReferenceResolver" /> of type <typeparamref name="T" /> used for each serialization call.
Returns The new resolver to use for serialization and deserialization.
public bool
Equals​(object obj)
Inherited from object
protected void
Finalize​()
Inherited from object
public int
GetHashCode​()
Inherited from object
public Type
GetType​()
Inherited from object
protected object
MemberwiseClone​()
Inherited from object
public string
ToString​()
Inherited from object